home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d26
/
avplan30.arc
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-10-08
|
853b
|
30 lines
ECHO OFF
CLS
ECHO -----------------------------------------------------------------
ECHO This Batch file will send the file AVPLAN30.DOC to your printer
ECHO -----------------------------------------------------------------
ECHO .
ECHO Please make sure your printer is on-line and set to TOP OF FORM.
ECHO .
ECHO This documentation will take about 15 pages to print, if you do not
ECHO wish to print the documentation at this time, hold down the [Ctrl] key
ECHO and press the [Break] key.
ECHO .
ECHO Otherwise, the printing will begin as soon as you
PAUSE
ECHO .
ECHO Now printing Documentation for AVPLAN30 ......
COPY AVPLAN30.DOC PRN: >NUL
CLS
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO AVPLAN30 Documentation has been printed.
ECHO .
ECHO .
ECHO .
ECHO End of file PRINTDOC.BAT - Returning to DOS . . . . . . .